Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.7] bpo-19960: Fix building of zlib on macOS without installed headers #14257

Merged
merged 1 commit into from
Jul 1, 2019

Conversation

ned-deily
Copy link
Member

@ned-deily ned-deily commented Jun 20, 2019

When building 2.7 on macOS without system header files installed in
/usr/include, a few extension modules dependent on system-supplied
third-party libraries were not being built, most notably zlib.
This situation arose in the past when building without the Command
Line Tools and the option to install header files in the traditional
system locations (like /usr/include). As of macOS 10.14, the
header files are only available in an SDK so the problem addressed
here affects most 2.7 builds.

https://bugs.python.org/issue19960

When building 2.7 on macOS without system header files installed in
``/usr/include``, a few extension modules dependent on system-supplied
third-party libraries were not being built, most notably zlib.
This situation arose in the past when building without the Command
Line Tools and the option to install header files in the traditional
system locations (like /usr/include).  As of macOS 10.14, the
header files are only available in an SDK so the problem addressed
here affects most 2.7 builds.
@ned-deily ned-deily changed the title bpo-19960: Fix building of zlib on macOS without installed headers [2.7] bpo-19960: Fix building of zlib on macOS without installed headers Jun 20, 2019
@ned-deily ned-deily merged commit da7f6db into python:2.7 Jul 1, 2019
@ned-deily ned-deily deleted the bpo-19960 branch July 1, 2019 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants